home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 213
- Top = 85
- Width = 619
- Height = 582
- ActiveControl = edtBasePath
- BorderWidth = 4
- Caption = 'Searching in ADSI'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 76
- Height = 13
- Caption = 'Object Category'
- end
- object Label2: TLabel
- Left = 16
- Top = 104
- Width = 75
- Height = 13
- Caption = 'Filter expression'
- end
- object Label3: TLabel
- Left = 16
- Top = 152
- Width = 44
- Height = 13
- Caption = 'Attributes'
- end
- object Label4: TLabel
- Left = 16
- Top = 8
- Width = 79
- Height = 13
- Caption = 'Base LDAP path'
- end
- object edtObjCategory: TEdit
- Left = 16
- Top = 72
- Width = 575
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- end
- object edtFilter: TEdit
- Left = 16
- Top = 120
- Width = 575
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object edtAttr: TEdit
- Left = 16
- Top = 168
- Width = 575
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 3
- end
- object btnSearch: TButton
- Left = 253
- Top = 200
- Width = 105
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Search'
- TabOrder = 5
- OnClick = btnSearchClick
- end
- object chkFirstOnly: TCheckBox
- Left = 16
- Top = 208
- Width = 153
- Height = 17
- Caption = 'Return only first row'
- TabOrder = 4
- end
- object Memo1: TMemo
- Left = 16
- Top = 240
- Width = 575
- Height = 295
- Anchors = [akLeft, akTop, akRight, akBottom]
- ScrollBars = ssVertical
- TabOrder = 6
- end
- object edtBasePath: TEdit
- Left = 16
- Top = 24
- Width = 575
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object ADSISearch1: TADSISearch
- ObjectCategory = '*'
- Left = 440
- Top = 200
- end
- end
-